From 2d90a42ee3025a6ee8e952e2db05275f85527a86 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 1 Nov 2014 12:08:06 -0700 Subject: [PATCH] Update the curl-rust dependency --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c3bcdb27..2db9da27b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,7 @@ dependencies = [ [[package]] name = "curl" version = "0.0.1" -source = "git+https://github.com/alexcrichton/curl-rust?ref=bundle#64a0f26393e8b30eeda3cbcc71c4d3c864c950ee" +source = "git+https://github.com/alexcrichton/curl-rust?ref=bundle#28d4a3d0dde0cde6b6f46fc928656cb251832888" dependencies = [ "curl-sys 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=bundle)", "link-config 0.0.1 (git+https://github.com/alexcrichton/link-config)", @@ -29,7 +29,7 @@ dependencies = [ [[package]] name = "curl-sys" version = "0.0.1" -source = "git+https://github.com/alexcrichton/curl-rust?ref=bundle#64a0f26393e8b30eeda3cbcc71c4d3c864c950ee" +source = "git+https://github.com/alexcrichton/curl-rust?ref=bundle#28d4a3d0dde0cde6b6f46fc928656cb251832888" [[package]] name = "docopt" -- 2.30.2